StvDEV

 GDK

  Components

  Handlers

  Localization

  Scenarios

  Threads

  UI

  Buttons

  Dialogs

  Fields

  CheckboxField

  DropdownField

  Field

  KeyValueField

  IsFocused

  IsReadOnly

  Key

  KeyChanged

  KeyContentType

  KeyPlaceholder

  Value

  ValueContentType

  ValuePlaceholder

  TextField

  UIMenu

  UIMenuManager

  Trigger

  Drawing

  Editor

  Extensions

  Inspector

  Patterns

  TMP

  Types

  Vibration

class KeyValueField

Key-Value pair string field.
VisibilityPublic
ExtendsField

Public properties

bool IsFocused
bool IsReadOnly
string KeyGets or sets field key.
UnityEvent<string> KeyChanged On field key changed.
TMP_InputField.ContentType KeyContentTypeGets or sets key content type.
string KeyPlaceholderGets or sets key placeholder.
string Value
TMP_InputField.ContentType ValueContentTypeGets or sets value content type.
string ValuePlaceholderGets or sets value placeholder.